home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 19
/
CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso
/
CUCD
/
Magazine
/
SoundLab
/
AHI
/
BGUI
/
Install BGUI
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-21
|
362 b
|
20 lines
(set @default-dest "Libs:")
(set #t_copylib "Copying bgui.library to Libs:")
(set #t_welcome (cat
" This script will install the BGUI library"
" in your Libs: drawer.\n"
" BGUI is required by the preferences program."
))
(message #t_welcome)
(copylib
(prompt #t_copylib)
(help @copylib-help)
(source "bgui.library")
(dest "Libs:")
(confirm)
)